home *** CD-ROM | disk | FTP | other *** search
- If newtitle = TRUE then
- Eval("EraseDisplay(@" ^ title number ^ ")")
- Title number = "1709"
- Company = "Acclaim"
- title = "Myst"
- Price = 29.99
- Demo = false
- Button1 = false
- Button2 = false
- Button3 = false
- Button4 = false
- system = "Saturn"
- Title Description = "Get lost in the worlds of Myst. Use your mind to unlock the secrets of ages
- past. Take careful notes. Everything you see or hear, no matter how insignificant, could be the
- key to unlocking the mystery. Walk thorugh stunning 3D photo-realistic graphcs with a
- first-person point of view."
-
-
- -----------------------------------
- dline = ""
- counter = 0
- repeat while dline <> title number
- counter = counter + 1
- dline = GetWord(1, GetLine(titl,counter))
- test(dline = title number, LineInTitle = counter)
- end repeat
- starttitle = LineInTitle
- num of titles shown = 6
- endtitle = starttitle + num of titles shown - 1
- titles = ""
- title highlight = ""
- repeat with counter = starttitle to endtitle
- nextline = GetLine(titl, counter)
- titles = titles ^ SubStr(nextline, 6, CharCount(nextline)) ^ Return
- title highlight = Test(title number = GetWord(1, nextline), titlehighlight ^ SubStr(nextline, 6,
- CharCount(nextline)) ^ Return, title highlight ^ Return)
- end repeat
- dpage = CurrentPageID
- newtitle = FALSE
- end if
-